home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4737 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  44 lines

  1. Path: oreig.uji.es!ii202
  2. From: ii202@rossegat.uji.es (Jorge Acereda Macia)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Qblit intereference again
  5. Date: 4 Mar 1996 14:12:58 GMT
  6. Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  7. Distribution: world
  8. Message-ID: <4hetpa$rbf@oreig.uji.es>
  9. References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <4gl0m0$r6s@oreig.uji.es> <4h4dcv$lcs@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: @rossegat.uji.es
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
  14.  
  15. > |> >    move.l bltnode,a0
  16. > |> 
  17. > |> 
  18. > |> >    clr.l (a0)+ : move.l #function,(a0)+
  19. > |>      ^^^^^^^^^^^   ^^^^^^^^^^^^^^^^^^^^^^
  20. > |> I never do this. I don't touch the bltnode.next field and I change the
  21. > |> pointer to the function in the bltnode.function code.
  22. > |> 
  23.  
  24. > sorry, have I maybe missed something like "initbltnode()" ???
  25. > I mean, who is to init the node if not you ?
  26.  
  27. You should init it ONCE at startup. Something like:
  28.  
  29. mybltnode:    dc.l  0
  30.               dc.l  firstfunction...
  31.  
  32. Do not change it every frame.
  33.  
  34. As for the sample code using signals... Check Peter McGavin's c2p8.s
  35.  
  36. Greets,
  37. --
  38.  ---------------------------- --------------------------------------------
  39. |       Jorge Acereda        |      Dream the same thing everynight       |
  40. |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  41. |       Intel Outside        |     No locked doors, no windows barred     |
  42. |        Amiga Rules         |   No things to make my brain seem scarred  |
  43.  ---------------------------- --------------------------------------------
  44.